home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / GOM Player / GOMPLAYERENSETUP.EXE / CodecFindSkin.eng / skin.xml < prev    next >
Extensible Markup Language  |  2007-03-05  |  3KB  |  59 lines

  1. <?xml version="1.0" encoding="EUC-KR" ?>
  2.  
  3. <!-- skin file for codec find dialog box -->
  4. <!-- last modified 2006/08/11 by koder   -->
  5.  
  6. <GXSkin>
  7.     <!-- bkgnd -->
  8.     <SkinWindow BkgndImage = "" BkgndType = "tile" ResizeBorder="false" 
  9.         ClientCaption="false" PopupWindow="false" ActAsControl="1" Debug="0" Width="531" Height="416" > <!-- 253 -->
  10.  
  11.         <!-- defines ========================================================== -->
  12.         <PreDefine>
  13.             <!-- fonts -->
  14.             <Font FontName="FONT_HEAD" FaceName="DefaultGUIFont" Size="9" Bold="1" />
  15.             <Font FontName="FONT_ERRMSG" FaceName="DefaultGUIFont" Size="9" Bold="0" />
  16.  
  17.             <!-- controls -->
  18.             <DefineControlID CID="STATIC_HEAD"        Value="2000" />
  19.             <DefineControlID CID="STATIC_ERRORMSG"    Value="2001" />
  20.             <DefineControlID CID="STATIC_DESC"        Value="2002" />
  21.         </PreDefine>
  22.  
  23.         <!-- main -->
  24.         <ControlDefine>
  25.  
  26.             <StaticControl StaticControlType="bitmap" Image="frame.bmp" ImageType="frame" Align="client" >
  27.  
  28.             <!-- white bkgnd -->
  29.             <StaticControl StaticControlType="color" ControlColor="white" Align="client" Gaps="2,2,2,2">
  30.                 <!-- top static -->
  31.                 <StaticControl StaticControlType="bitmap" Image="top.bmp" ImageType="none" Align="none" Left="0" Top="0" Width="autosize" Height="autosize" />
  32.  
  33.                 <!-- head text -->
  34.                 <StaticControl CID="STATIC_HEAD" StaticControlType="transparent" Text="" Align="none" Left="58" Top="23" Width="300" Height="22" FontName="FONT_HEAD" FontColor="white"  />
  35.  
  36.                 <!-- left message -->
  37.                 <StaticControl CID="STATIC_DESC" StaticControlType="bitmap" Image="desc.bmp" Image2="desc2.bmp"  ImageType="none" Align="none" Left="14" Top="64" Width="autosize" Height="autosize" />
  38.  
  39.                 <!-- right buttons -->
  40.                 <ButtonControl Tooltip="" CID="IDC_BTN_CODEC" ButtonControlType="bitmap" Image="btn_codec.bmp" Split="4" Align="none" Left="408" Top="65" Width="autosize" Height="autosize" />
  41.                 <ButtonControl Tooltip="" CID="IDC_BTN_MORE" ButtonControlType="bitmap" Image="btn_detail.bmp" Image2="btn_detail2.bmp" Split="4" Align="none" Left="408" Top="105" Width="autosize" Height="autosize" />
  42.                 <ButtonControl Tooltip="" CID="IDC_BTN_CLOSE" ButtonControlType="bitmap" Image="btn_close.bmp" Split="4" Align="none" Left="408" Top="145" Width="autosize" Height="autosize" />
  43.  
  44.                 <!-- horiz -->
  45.                 <StaticControl StaticControlType="bitmap" Image="horiz.bmp" ImageType="none" Align="none" Left="20" Top="192" Width="autosize" Height="autosize" />
  46.                 <StaticControl CID="STATIC_ERRORMSG" StaticControlType="transparent" Text="" Align="none" Left="20" Top="200" Width="505" Height="20" FontName="FONT_ERRMSG" FontColor="Black"  />
  47.  
  48.                 <!-- window controls -->
  49.                 <WindowControl CID="IDC_CB_PINS" Align="none" Left="21" Top="226" Width="490" Height="50" />
  50.                 <WindowControl CID="IDC_ED_REPORT" Align="none" Left="21" Top="248" Width="490" Height="150" />
  51.     
  52.             </StaticControl>
  53.             </StaticControl>
  54.  
  55.         </ControlDefine>
  56.     </SkinWindow>
  57. </GXSkin>
  58.  
  59.